Welcome![Sign In][Sign Up]
Location:
Search - winpcap vc

Search list

[OS programcp003

Description: Obtaining advanced information about installed devices 需要安装winpcap vc++6.0调试时link到wpcap.lib wsock32.lib
Platform: | Size: 6717 | Author: 撒旦 | Hits:

[OS programcp004

Description: Opening an adapter and capturing the packets 捕获数据包 需要安装winpcap vc++6.0 调试时 link到wpcap.lib wsock32.lib
Platform: | Size: 8890 | Author: 撒旦 | Hits:

[OS programcp008

Description: Handling offline dump files 处理离线包 需要安装winpcap vc++6.0调试时link到wpcap.lib wsock32.lib
Platform: | Size: 7998 | Author: 撒旦 | Hits:

[Sniffer Package capture基于winpcapIP包抓取(VC++)

Description:

这个程序利用Winpcap库来捕获IP数据包。在调试时注意:
1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。
2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。

以上1、2两个步骤其实是为了让程序能够利用winpcap这个开发包。这时程序能够正确编译连接了。要让程序能够运行,还必须安装winpcap驱动程序WinPcap_3_1.exe。
 


Platform: | Size: 5269741 | Author: x21824182 | Hits:

[WinSock-NDIS基于winpcap写的协议分析器

Description: 使用vc++6.0写的基于winpcap写的协议分析器
Platform: | Size: 4882884 | Author: jtmaig@gmail.com | Hits:

[WinSock-NDISwinpcap抓包程序源代码c++

Description: winpcap程序包 VC++ 网络 抓包
Platform: | Size: 5474031 | Author: assword@163.com | Hits:

[Internet-Network局域网网络数据包分析

Description: 捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我vc初学,欢迎朋友对它改进,别忘发我一份fecon@tom.com,用winpcap捕获.先安装winpcap3.1,注意改一下opnion里的lib路径-capture the data packets to and from the data, and related information, not open threads, I vc beginners welcome friends to improve it, do not forget that I made a fecon@tom.com with winpcap capture. Install winpcap3.1, to change it's lib opnion Path
Platform: | Size: 41984 | Author: | Hits:

[OtherMyCapSniff 5, 17 最终版

Description: 使用winpcap和vc编写的抓包程序-use vc winpcap and procedures prepared by capturing Packet
Platform: | Size: 3193856 | Author: 刘波 | Hits:

[Otherinspector

Description: 监视本机状态的小程序。包括监视本地文件、进程、CPU、网络、Email等状态。并把监视结果发给外地的服务器。 需要装WinpCap才能运行。-surveillance aircraft on the small program. Surveillance including local files, processes, CPU, network, etc. Email state. Surveillance and field results to the server. Loaded WinpCap need to run.
Platform: | Size: 403456 | Author: 方任 | Hits:

[TCP/IP stackARP解析

Description: 关键字:ARP,地址解析协议, ARP帧格式,VC, winpcap,包拦截, 这是我课程设计的一个程序,功能是在利用WinPcap提供的API函数, 使网卡工作在混杂模式下,对ARP包进行拦截,并对ARP包的格式进行分析, 本压缩包中加入了WINPCAP的安装文件,及文档说明. 本人希望与更多的人进行交流,QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : ARP, ARP, ARP frame format, VC, winpcap, packet interception, This is my curriculum design a procedure that its function is to provide the use of the WinPcap API function, so card in mixed mode, the right to intercept ARP packets and ARP packet format, the compressed into a WINPCAP the installation files, and documents note. I hope that with more people exchanges and QQ : 270596846 E_MAIL : chmuggmwtg@163.com
Platform: | Size: 1386496 | Author: 陈成 | Hits:

[Internet-Networknetsnifferedit

Description: 该sniffer程序是基于WinpCap开发的,(snort 也是基于该库开发的) 详细资料请访问官方站点http://winpcap.polito.it 建议使用windows2000环境 1, 安装WinpCap 库,运行WinPcap_3_0.exe 2. 安装winpcap sdk,将wpdpack_3_0.zip的内容解压到C:\wpdpack_3_0下, 运行vc++,在其的include file项中中添加目录 c:\WPDPACK_3_0\WPDPACK\INCLUDE 在Library files 中添加 C:\WPDPACK_3_0\WPDPACK\LIB (在选项菜单中找以上设置的地方) 3. 编译sniffer程序,用vc++打开/sniffer/testapp.dsw ,编译运行 修改已有的sniffer源程序,使其在屏幕上打印出捕获的数据包的协议类型及其它相关信息。如:源IP地址,目的IP地址,源端口,目的端口等信息。-the sniffers are based on WinpCap development, (snort is based on the development of the library) detailed information, please visit the official site, http :// winpcap.polito.it recommended a windows2000 environment, installation WinpCap arsenals, running WinPcap_3_0.exe 2. winpcap sdk installation, wpdpack_3_0.zip to extract the contents of C : \ wpdpack_3_0, running vc, in the include file their item added to the directory c : \ WPDPACK_3_0 \ WPDPACK \ INCLUDE file in the Library s Adding C : \ WPDPACK_3_0 \ WPDPACK \ LIB (in the options menu to find the set above) 3. compiler sniffers procedures, opening with vc/sniffers/testapp.dsw. compiler revisions of the existing operation of sniffers source, so on the screen print out the data packet capture the agreement types, and other r
Platform: | Size: 2352128 | Author: 赵锐 | Hits:

[Sniffer Package captureip_looker

Description: IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利用winpcap这个开发包。这时程序能够正确编译连接了。要让程序能够运行,还必须安装winpcap驱动程序WinPcap_3_1.exe。-IP packet flow control procedures for the use of the database to capture Winpcap IP data packets. Debugging attention : 1 : Be sure to "Include" folder of all the header files copied to the installation directory of VC library folder, if the "D : \ Program Files \ Microsoft Visual Studio \ VC98 \ Include. " 2 : "Lib" folder so for the following copy of the VC installation directory under the Lib folder, For example, "D : \ Program Files \ Microsoft Visual Studio \ VC98 \ Lib. " 1,2 above two steps are procedures to allow access to the development kits winpcap. Then the correct procedure to connect the compiler. Let the process be able to run, must also install driver WinPcap_3_1.exe winpcap.
Platform: | Size: 553984 | Author: 王磊 | Hits:

[Internet-NetworkMentoSupplicant

Description: 一个非常漂亮的802.1x客户端源代码,可能还要装WinPcap,文件里有-a very beautiful 802.1x client source code, they may have installed WinPcap, a document
Platform: | Size: 675840 | Author: 罗金生 | Hits:

[Internet-NetworkHttpPacket

Description: 用vc++语言编写。本例使用WinPcap开发包捕获HTTP包。在一个对话框中显示1秒内捕获的所有数据包的数目和丢失的数据包的数目。-with vc++ language. The cases used WinPcap packet capture the development of HTTP packets. In a dialog box shows a seconds capture all the data packet loss and the number of data packets number.
Platform: | Size: 703488 | Author: 陈芳 | Hits:

[Scannerwinpcap

Description: 用winpcap来实现协议的分析 减压以后直接可以运行,这是公司内部项目,我还真不舍得放上来。是学习研究很好的一个例子-WinPcap to achieve agreement with the analysis can be run directly after decompression, which is intra-company projects, I really do not willing to放上来. Study and research is an example of good
Platform: | Size: 394240 | Author: zhangxinjie | Hits:

[Sniffer Package capturecp003

Description: Obtaining advanced information about installed devices 需要安装winpcap vc++6.0调试时link到wpcap.lib wsock32.lib-Obtaining advanced information about installed devices need to install winpcap vc++ 6.0 debugging link to wpcap.lib wsock32.lib
Platform: | Size: 1184768 | Author: 撒旦 | Hits:

[Sniffer Package capturecp004

Description: Opening an adapter and capturing the packets 捕获数据包 需要安装winpcap vc++6.0 调试时 link到wpcap.lib wsock32.lib-Opening an adapter and capturing the packets capture packets need to install winpcap vc++ 6.0 debugging link to wpcap.lib wsock32.lib
Platform: | Size: 1223680 | Author: 撒旦 | Hits:

[Sniffer Package capturecp008

Description: Handling offline dump files 处理离线包 需要安装winpcap vc++6.0调试时link到wpcap.lib wsock32.lib-Handling offline dump files offline package deal will need to install winpcap vc++ 6.0 debugging link to wpcap.lib wsock32.lib
Platform: | Size: 5366784 | Author: 撒旦 | Hits:

[Sniffer Package captureSayBye_TctReset

Description: 是利用vc和winpcaP实现的,实现了网络阻断的功能。-Are using Winpcap vc and implementation, and implementation of network blocking function.
Platform: | Size: 412672 | Author: mwz | Hits:

[Internet-NetworkSniffer_POP3

Description: 使用VC++6.0编写的POP3抓包程序。利用WinPcap编写,MFC制作界面程序,利用多线程技术后台监听抓包,系统资源占用低。编译时请下载WinPcap驱动和开发包。-The use of VC++ 6.0 capture procedures POP3 prepared. Use WinPcap prepared, MFC production interface procedures, take advantage of multi-threading technology to monitor the background capture, low system resources occupancy. Compile-time download WinPcap driver and development kit.
Platform: | Size: 40960 | Author: 高超 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net